Package pl. wendigo. chrome. api. webauthn
Contains DevTools Protocol WebAuthn domain implementation accessible via WebAuthnDomain class.
Types
AddCredentialRequest
Link copied to clipboard
data class AddCredentialRequest(authenticatorId: AuthenticatorId, credential: Credential)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#addCredential operation call.
AddVirtualAuthenticatorRequest
Link copied to clipboard
data class AddVirtualAuthenticatorRequest(options: VirtualAuthenticatorOptions)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#addVirtualAuthenticator operation call.
AddVirtualAuthenticatorResponse
Link copied to clipboard
data class AddVirtualAuthenticatorResponse(authenticatorId: AuthenticatorId)
Content copied to clipboard
Represents response frame that is returned from WebAuthn#addVirtualAuthenticator operation call.
AuthenticatorId
Link copied to clipboard
AuthenticatorProtocol
Link copied to clipboard
AuthenticatorTransport
Link copied to clipboard
ClearCredentialsRequest
Link copied to clipboard
Credential
Link copied to clipboard
Ctap2Version
Link copied to clipboard
GetCredentialRequest
Link copied to clipboard
data class GetCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#getCredential operation call.
GetCredentialResponse
Link copied to clipboard
GetCredentialsRequest
Link copied to clipboard
GetCredentialsResponse
Link copied to clipboard
RemoveCredentialRequest
Link copied to clipboard
data class RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#removeCredential operation call.
RemoveVirtualAuthenticatorRequest
Link copied to clipboard
data class RemoveVirtualAuthenticatorRequest(authenticatorId: AuthenticatorId)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#removeVirtualAuthenticator operation call.
SetAutomaticPresenceSimulationRequest
Link copied to clipboard
data class SetAutomaticPresenceSimulationRequest(authenticatorId: AuthenticatorId, enabled: Boolean)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#setAutomaticPresenceSimulation operation call.
SetUserVerifiedRequest
Link copied to clipboard
data class SetUserVerifiedRequest(authenticatorId: AuthenticatorId, isUserVerified: Boolean)
Content copied to clipboard
Represents request frame that can be used with WebAuthn#setUserVerified operation call.
VirtualAuthenticatorOptions
Link copied to clipboard
data class VirtualAuthenticatorOptions(protocol: AuthenticatorProtocol, ctap2Version: Ctap2Version?, transport: AuthenticatorTransport, hasResidentKey: Boolean?, hasUserVerification: Boolean?, hasLargeBlob: Boolean?, automaticPresenceSimulation: Boolean?, isUserVerified: Boolean?)
Content copied to clipboard
WebAuthnDomain
Link copied to clipboard